home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Attack UltraDisc 1
/
PC Attack UltraDisc 1 (Future Publishing) (May 1995).iso
/
orion
/
demo2.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-03-12
|
196 b
|
17 lines
@echo off
if '%1'=='' goto default
smackply %1:\orion\demoscr1 /q
goto end
:default
smackply d:\orion\demoscr1 /q
goto end
:error
echo.
echo Unable to use drive %1.
echo.
:end